home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / gln / glncol.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  192 b   |  10 lines

  1. #ifndef    _GLN_GLNCOL_H
  2. #define    _GLN_GLNCOL_H
  3.  
  4. #define    GLNCOL_STR    (gln->colTbl[0])
  5. #define    GLNCOL_BAC    (gln->colTbl[1])
  6. #define    GLNCOL_CUR    (gln->colTbl[2])
  7. #define    GLNCOL_NUM    16
  8.  
  9. #endif
  10.